home *** CD-ROM | disk | FTP | other *** search
/ The History of Denim / The History of Denim.iso / pc / main.dir / 00026_home_timeline_hi.ls < prev    next >
Encoding:
Text File  |  1997-11-14  |  212 b   |  15 lines

  1. on mouseDown
  2.   PurgeWindows()
  3.   cursor([member "Wait", member "Waitmask"])
  4.   go("Main", "_Time.dir")
  5.   cursor(0)
  6. end
  7.  
  8. on mouseEnter
  9.   cursor([member "hand", member "handmask"])
  10. end
  11.  
  12. on mouseLeave
  13.   cursor(0)
  14. end
  15.